const hash/fnv.offset32

5 uses

	hash/fnv (current package)
		fnv.go#L31: 	offset32        = 2166136261
		fnv.go#L44: 	var s sum32 = offset32
		fnv.go#L51: 	var s sum32a = offset32
		fnv.go#L87: func (s *sum32) Reset()   { *s = offset32 }
		fnv.go#L88: func (s *sum32a) Reset()  { *s = offset32 }